3.8.31 \(\int \frac {1}{x \sqrt {c x} \sqrt {a+b x}} \, dx\)

Optimal. Leaf size=21 \[ -\frac {2 \sqrt {a+b x}}{a \sqrt {c x}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {16, 37} \begin {gather*} -\frac {2 \sqrt {a+b x}}{a \sqrt {c x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x*Sqrt[c*x]*Sqrt[a + b*x]),x]

[Out]

(-2*Sqrt[a + b*x])/(a*Sqrt[c*x])

Rule 16

Int[(u_.)*(v_)^(m_.)*((b_)*(v_))^(n_), x_Symbol] :> Dist[1/b^m, Int[u*(b*v)^(m + n), x], x] /; FreeQ[{b, n}, x
] && IntegerQ[m]

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin {align*} \int \frac {1}{x \sqrt {c x} \sqrt {a+b x}} \, dx &=c \int \frac {1}{(c x)^{3/2} \sqrt {a+b x}} \, dx\\ &=-\frac {2 \sqrt {a+b x}}{a \sqrt {c x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 23, normalized size = 1.10 \begin {gather*} -\frac {2 c x \sqrt {a+b x}}{a (c x)^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x*Sqrt[c*x]*Sqrt[a + b*x]),x]

[Out]

(-2*c*x*Sqrt[a + b*x])/(a*(c*x)^(3/2))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.02, size = 21, normalized size = 1.00 \begin {gather*} -\frac {2 \sqrt {a+b x}}{a \sqrt {c x}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[1/(x*Sqrt[c*x]*Sqrt[a + b*x]),x]

[Out]

(-2*Sqrt[a + b*x])/(a*Sqrt[c*x])

________________________________________________________________________________________

fricas [A]  time = 1.11, size = 23, normalized size = 1.10 \begin {gather*} -\frac {2 \, \sqrt {b x + a} \sqrt {c x}}{a c x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x)^(1/2)/(b*x+a)^(1/2),x, algorithm="fricas")

[Out]

-2*sqrt(b*x + a)*sqrt(c*x)/(a*c*x)

________________________________________________________________________________________

giac [B]  time = 1.11, size = 35, normalized size = 1.67 \begin {gather*} -\frac {2 \, \sqrt {b x + a} b^{2}}{\sqrt {{\left (b x + a\right )} b c - a b c} a {\left | b \right |}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x)^(1/2)/(b*x+a)^(1/2),x, algorithm="giac")

[Out]

-2*sqrt(b*x + a)*b^2/(sqrt((b*x + a)*b*c - a*b*c)*a*abs(b))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 18, normalized size = 0.86 \begin {gather*} -\frac {2 \sqrt {b x +a}}{\sqrt {c x}\, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/(c*x)^(1/2)/(b*x+a)^(1/2),x)

[Out]

-2*(b*x+a)^(1/2)/a/(c*x)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.90, size = 24, normalized size = 1.14 \begin {gather*} -\frac {2 \, \sqrt {b c x^{2} + a c x}}{a c x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x)^(1/2)/(b*x+a)^(1/2),x, algorithm="maxima")

[Out]

-2*sqrt(b*c*x^2 + a*c*x)/(a*c*x)

________________________________________________________________________________________

mupad [B]  time = 1.18, size = 17, normalized size = 0.81 \begin {gather*} -\frac {2\,\sqrt {a+b\,x}}{a\,\sqrt {c\,x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*(c*x)^(1/2)*(a + b*x)^(1/2)),x)

[Out]

-(2*(a + b*x)^(1/2))/(a*(c*x)^(1/2))

________________________________________________________________________________________

sympy [A]  time = 1.25, size = 24, normalized size = 1.14 \begin {gather*} - \frac {2 \sqrt {b} \sqrt {\frac {a}{b x} + 1}}{a \sqrt {c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x)**(1/2)/(b*x+a)**(1/2),x)

[Out]

-2*sqrt(b)*sqrt(a/(b*x) + 1)/(a*sqrt(c))

________________________________________________________________________________________